home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 February / WN_129_CD.iso / Windows / Extensions Firefox / Radial Context / RadialContext-ff-20040627-Fr.xpi / install.rdf < prev   
Extensible Markup Language  |  2004-06-26  |  1KB  |  40 lines

  1. <?xml version="1.0"?>
  2. <RDF
  3.  xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.  xmlns:em="http://www.mozilla.org/2004/em-rdf#"
  5. >
  6.  <Description about="urn:mozilla:install-manifest">
  7.   <em:id>{9A13342D-0DD4-4572-A09E-64686B00A05E}</em:id>
  8.   <em:version>2004.06.12</em:version>
  9.  
  10.   <!-- Front End MetaData -->
  11.   <em:name>RadialContextFr</em:name>
  12.   <em:description>Remplace le menu contextuel standard par un menu radial.</em:description>
  13.   <em:creator>Jens Tinz</em:creator>
  14.   <em:homepageURL>http://www.radialthinking.de/radialcontext/</em:homepageURL>
  15.   <em:locked>true</em:locked>
  16.  
  17.   <!-- Front End Integration Hooks (used by Extension Manager)-->
  18.   <em:optionsURL>chrome://radialcontext/content/options.xul</em:optionsURL>
  19.   <em:iconURL>chrome://radialcontext/skin/logo.png</em:iconURL>
  20.  
  21.   <!-- Packages, Skins and Locales that this extension registers -->
  22.   <em:file>
  23.    <Description about="urn:mozilla:extension:file:radialcontext.jar">
  24.     <em:package>content/radialcontext/</em:package>
  25.     <em:locale>locale/fr-FR/radialcontext/</em:locale>
  26.     <em:skin>skin/classic/radialcontext/</em:skin>
  27.    </Description>
  28.   </em:file>
  29.  
  30.   <em:targetApplication>
  31.    <Description>
  32.     <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  33.     <em:minVersion>0.8</em:minVersion>
  34.     <em:maxVersion>1.2</em:maxVersion>
  35.    </Description>
  36.   </em:targetApplication>
  37.  </Description>
  38. </RDF>
  39.  
  40.